|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.vtp.framework.engine.support.AbstractReporter
org.eclipse.vtp.framework.engine.support.AbstractLogger
org.eclipse.vtp.framework.engine.support.AbstractContext
org.eclipse.vtp.framework.engine.support.AbstractSessionContext
org.eclipse.vtp.framework.engine.runtime.Session.Context
protected final class Session.Context
Implementation of the generic context.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.vtp.framework.engine.support.AbstractSessionContext |
|---|
descriptor, processContext, providedServiceIdentifiers, RESERVED_SERVICE_IDENTIFIERS |
| Fields inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
SEVERITY_DEBUG, SEVERITY_ERROR, SEVERITY_INFO, SEVERITY_WARN |
| Method Summary | |
|---|---|
protected java.lang.Object[] |
lookupAllLocalServices(java.lang.String identifier)
Returns all the services registered under the specified identifier in this registry or null if no such services can be found. |
protected java.lang.Object |
lookupLocalService(java.lang.String identifier)
Returns a service registered under the specified identifier in this registry or null if no such service exists. |
| Methods inherited from class org.eclipse.vtp.framework.engine.support.AbstractSessionContext |
|---|
clearAttribute, doReport, getAttribute, getAttributeNames, getProcessID, getProperty, getSessionID, isSeverityEnabled, loadClass, lookupAllInheritedServices, lookupInheritedService, lookupReservedService, setAttribute |
| Methods inherited from class org.eclipse.vtp.framework.engine.support.AbstractContext |
|---|
lookup, lookupAll |
| Methods inherited from class org.eclipse.vtp.framework.engine.support.AbstractLogger |
|---|
debug, debug, debug, debug, doLog, error, error, error, error, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, log, warn, warn, warn, warn |
| Methods inherited from class org.eclipse.vtp.framework.engine.support.AbstractReporter |
|---|
report, report, report, report |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.eclipse.vtp.framework.core.IContext |
|---|
lookup, lookupAll |
| Methods inherited from interface org.eclipse.vtp.framework.core.ILogger |
|---|
debug, debug, debug, debug, error, error, error, error, info, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, log, log, warn, warn, warn, warn |
| Methods inherited from interface org.eclipse.vtp.framework.core.IReporter |
|---|
report, report, report, report |
| Method Detail |
|---|
protected java.lang.Object lookupLocalService(java.lang.String identifier)
AbstractContextnull if no such service exists.
lookupLocalService in class AbstractSessionContextidentifier - The identifier of the service to return, will never be
null.
null if no such service exists.protected java.lang.Object[] lookupAllLocalServices(java.lang.String identifier)
AbstractContextnull if no such services can be found.
lookupAllLocalServices in class AbstractSessionContextidentifier - The identifier of the services to return, will never be
null.
null if no such services can be found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||